dart get type of list

80

var x = [32,4424];
print(x.runtimeType);

O/P:-
JSArray<int>

Comments

Submit
0 Comments